1 namespace MilkDairyManagementSystemCSharp
2 {
3     
partial class SetFatePrice
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             
this.textBox1 = new System.Windows.Forms.TextBox();
33             
this.label3 = new System.Windows.Forms.Label();
34             
this.label2 = new System.Windows.Forms.Label();
35             
this.label1 = new System.Windows.Forms.Label();
36             
this.label4 = new System.Windows.Forms.Label();
37             
this.textBox2 = new System.Windows.Forms.TextBox();
38             
this.textBox3 = new System.Windows.Forms.TextBox();
39             
this.button2 = new System.Windows.Forms.Button();
40             
this.button1 = new System.Windows.Forms.Button();
41             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
42             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
43             
this.milkdairyDataSet3 = new MilkDairyManagementSystemCSharp.milkdairyDataSet3();
44             
this.rateBindingSource = new System.Windows.Forms.BindingSource(this.components);
45             
this.rateTableAdapter = new MilkDairyManagementSystemCSharp.milkdairyDataSet3TableAdapters.rateTableAdapter();
46             
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             
this.cfaterateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             
this.nfaterateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
50             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
51             ((System.ComponentModel.ISupportInitialize)(
this.milkdairyDataSet3)).BeginInit();
52             ((System.ComponentModel.ISupportInitialize)(
this.rateBindingSource)).BeginInit();
53             
this.SuspendLayout();
54             
//
55             
// textBox1
56             
//
57             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
58             
this.textBox1.Location = new System.Drawing.Point(243, 90);
59             
this.textBox1.Name = "textBox1";
60             
this.textBox1.Size = new System.Drawing.Size(149, 22);
61             
this.textBox1.TabIndex = 48;
62             
//
63             
// label3
64             
//
65             
this.label3.AutoSize = true;
66             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
67             
this.label3.Location = new System.Drawing.Point(159, 93);
68             
this.label3.Name = "label3";
69             
this.label3.Size = new System.Drawing.Size(59, 16);
70             
this.label3.TabIndex = 47;
71             
this.label3.Text = "Fate Id";
72             
//
73             
// label2
74             
//
75             
this.label2.AutoSize = true;
76             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
77             
this.label2.ForeColor = System.Drawing.Color.IndianRed;
78             
this.label2.Location = new System.Drawing.Point(210, 22);
79             
this.label2.Name = "label2";
80             
this.label2.Size = new System.Drawing.Size(141, 24);
81             
this.label2.TabIndex = 46;
82             
this.label2.Text = "Set Fate Price";
83             
//
84             
// label1
85             
//
86             
this.label1.AutoSize = true;
87             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
88             
this.label1.Location = new System.Drawing.Point(83, 157);
89             
this.label1.Name = "label1";
90             
this.label1.Size = new System.Drawing.Size(138, 16);
91             
this.label1.TabIndex = 50;
92             
this.label1.Text = "Current Fate Price";
93             
//
94             
// label4
95             
//
96             
this.label4.AutoSize = true;
97             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
98             
this.label4.Location = new System.Drawing.Point(102, 223);
99             
this.label4.Name = "label4";
100             
this.label4.Size = new System.Drawing.Size(118, 16);
101             
this.label4.TabIndex = 51;
102             
this.label4.Text = "New Fate Price";
103             
//
104             
// textBox2
105             
//
106             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
107             
this.textBox2.Location = new System.Drawing.Point(243, 154);
108             
this.textBox2.Name = "textBox2";
109             
this.textBox2.Size = new System.Drawing.Size(149, 22);
110             
this.textBox2.TabIndex = 52;
111             
//
112             
// textBox3
113             
//
114             
this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
115             
this.textBox3.Location = new System.Drawing.Point(243, 220);
116             
this.textBox3.Name = "textBox3";
117             
this.textBox3.Size = new System.Drawing.Size(149, 22);
118             
this.textBox3.TabIndex = 53;
119             
//
120             
// button2
121             
//
122             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
123             
this.button2.Location = new System.Drawing.Point(295, 300);
124             
this.button2.Name = "button2";
125             
this.button2.Size = new System.Drawing.Size(81, 28);
126             
this.button2.TabIndex = 57;
127             
this.button2.Text = "Reset";
128             
this.button2.UseVisualStyleBackColor = true;
129             
this.button2.Click += new System.EventHandler(this.button2_Click);
130             
//
131             
// button1
132             
//
133             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
134             
this.button1.Location = new System.Drawing.Point(187, 300);
135             
this.button1.Name = "button1";
136             
this.button1.Size = new System.Drawing.Size(81, 28);
137             
this.button1.TabIndex = 56;
138             
this.button1.Text = "Add";
139             
this.button1.UseVisualStyleBackColor = true;
140             
this.button1.Click += new System.EventHandler(this.button1_Click);
141             
//
142             
// pictureBox1
143             
//
144             
this.pictureBox1.Image = global::MilkDairyManagementSystemCSharp.Properties.Resources.kashipara;
145             
this.pictureBox1.Location = new System.Drawing.Point(461, 7);
146             
this.pictureBox1.Name = "pictureBox1";
147             
this.pictureBox1.Size = new System.Drawing.Size(100, 50);
148             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
149             
this.pictureBox1.TabIndex = 49;
150             
this.pictureBox1.TabStop = false;
151             
//
152             
// dataGridView1
153             
//
154             
this.dataGridView1.AutoGenerateColumns = false;
155             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
156             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
157             
this.idDataGridViewTextBoxColumn,
158             
this.cfaterateDataGridViewTextBoxColumn,
159             
this.nfaterateDataGridViewTextBoxColumn});
160             
this.dataGridView1.DataSource = this.rateBindingSource;
161             
this.dataGridView1.Location = new System.Drawing.Point(105, 345);
162             
this.dataGridView1.Name = "dataGridView1";
163             
this.dataGridView1.Size = new System.Drawing.Size(344, 139);
164             
this.dataGridView1.TabIndex = 58;
165             
//
166             
// milkdairyDataSet3
167             
//
168             
this.milkdairyDataSet3.DataSetName = "milkdairyDataSet3";
169             
this.milkdairyDataSet3.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
170             
//
171             
// rateBindingSource
172             
//
173             
this.rateBindingSource.DataMember = "rate";
174             
this.rateBindingSource.DataSource = this.milkdairyDataSet3;
175             
//
176             
// rateTableAdapter
177             
//
178             
this.rateTableAdapter.ClearBeforeFill = true;
179             
//
180             
// idDataGridViewTextBoxColumn
181             
//
182             
this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
183             
this.idDataGridViewTextBoxColumn.HeaderText = "Id";
184             
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
185             
this.idDataGridViewTextBoxColumn.ReadOnly = true;
186             
//
187             
// cfaterateDataGridViewTextBoxColumn
188             
//
189             
this.cfaterateDataGridViewTextBoxColumn.DataPropertyName = "c_fate_rate";
190             
this.cfaterateDataGridViewTextBoxColumn.HeaderText = "c_fate_rate";
191             
this.cfaterateDataGridViewTextBoxColumn.Name = "cfaterateDataGridViewTextBoxColumn";
192             
//
193             
// nfaterateDataGridViewTextBoxColumn
194             
//
195             
this.nfaterateDataGridViewTextBoxColumn.DataPropertyName = "n_fate_rate";
196             
this.nfaterateDataGridViewTextBoxColumn.HeaderText = "n_fate_rate";
197             
this.nfaterateDataGridViewTextBoxColumn.Name = "nfaterateDataGridViewTextBoxColumn";
198             
//
199             
// SetFatePrice
200             
//
201             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
202             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
203             
this.ClientSize = new System.Drawing.Size(572, 496);
204             
this.Controls.Add(this.dataGridView1);
205             
this.Controls.Add(this.button2);
206             
this.Controls.Add(this.button1);
207             
this.Controls.Add(this.textBox3);
208             
this.Controls.Add(this.textBox2);
209             
this.Controls.Add(this.label4);
210             
this.Controls.Add(this.label1);
211             
this.Controls.Add(this.pictureBox1);
212             
this.Controls.Add(this.textBox1);
213             
this.Controls.Add(this.label3);
214             
this.Controls.Add(this.label2);
215             
this.Name = "SetFatePrice";
216             
this.Text = "SetFatePrice";
217             
this.Load += new System.EventHandler(this.SetFatePrice_Load);
218             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
219             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
220             ((System.ComponentModel.ISupportInitialize)(
this.milkdairyDataSet3)).EndInit();
221             ((System.ComponentModel.ISupportInitialize)(
this.rateBindingSource)).EndInit();
222             
this.ResumeLayout(false);
223             
this.PerformLayout();
224
225         }
226
227         
#endregion
228
229         
private System.Windows.Forms.PictureBox pictureBox1;
230         
private System.Windows.Forms.TextBox textBox1;
231         
private System.Windows.Forms.Label label3;
232         
private System.Windows.Forms.Label label2;
233         
private System.Windows.Forms.Label label1;
234         
private System.Windows.Forms.Label label4;
235         
private System.Windows.Forms.TextBox textBox2;
236         
private System.Windows.Forms.TextBox textBox3;
237         
private System.Windows.Forms.Button button2;
238         
private System.Windows.Forms.Button button1;
239         
private System.Windows.Forms.DataGridView dataGridView1;
240         
private milkdairyDataSet3 milkdairyDataSet3;
241         
private System.Windows.Forms.BindingSource rateBindingSource;
242         
private milkdairyDataSet3TableAdapters.rateTableAdapter rateTableAdapter;
243         
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
244         
private System.Windows.Forms.DataGridViewTextBoxColumn cfaterateDataGridViewTextBoxColumn;
245         
private System.Windows.Forms.DataGridViewTextBoxColumn nfaterateDataGridViewTextBoxColumn;
246     }
247 }


Gõ tìm kiếm nhanh...